projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdc28cd
)
Adwaita: tooltip styling
author
Jakub Steiner
<jimmac@gmail.com>
Fri, 13 Nov 2020 18:36:26 +0000
(19:36 +0100)
committer
Jakub Steiner
<jimmac@gmail.com>
Fri, 13 Nov 2020 18:36:26 +0000
(19:36 +0100)
- balance padding
- increase border radius, yuck
- get rid of text shadow
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3352
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index cea17f53da0d70cc46946c79126cce4ca64eddb2..21b5149a32a6937b65269fc9ec5374f32347e53c 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3658,10
+3658,9
@@
tooltip {
color: white;
}
- padding: 10px;
- border-radius:
5px
;
+ padding:
6px
10px;
+ border-radius:
$window_radius
;
box-shadow: none; // otherwise it gets inherited by windowframe.csd
- text-shadow: 0 1px black;
> box {
border-spacing: 6px;